*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
.logo{
    width: 200px;
    padding-right: 50px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    margin-bottom: 50px;
}
.nav-txt{
    display: flex;
    align-items: center;
}
.nav-txt ul{
    display: flex;
    align-items: center;
    gap: 2em;
    list-style-type: none;
}
.nav-txt ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.1em;
    font-weight: 500;
}
.nav-text ul li a:hover{
    color: rgb(161, 103, 161);
}
nav span{
    border: 2px solid black;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: black;
}
nav span a{
    color: white;
    text-decoration: none;
}
.fa-bars{
    font-size: 2em;
    display: none;
}
.prod-dropdown{
    position: absolute;
    background-color: white;
    width: 16%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.61);
    top: 90px;
    left: 530px;
    z-index: 999;
}
.prod{
    width: 60%;
    margin: auto;
    line-height: 40px;
    display: none;
}
.menu1 .prod-dropdown .prod li a{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu1:hover .prod{
    transition: 1s;
    display: block;
}

/*--media query--*/
@media screen and (min-width:120px) and (max-width:500px){
    header{
        width: 100%;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .logo{
        width: 150px;
        padding-right: 50px;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
    nav span {
        display: none;
    }
}
@media screen and (min-width:320px) and(max-width:900px) {
    .nav-logo{
        width:200px ;
        padding-right: 50px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:400px) and (max-width:900px)  {
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:900px) and (max-width:1055px) {
    nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
}


.vis-img1{
    width: 400px;
}
.vision-sect{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 150px;
}
.abt-herosect h1{
    font-size: 2.5em;
    font-weight: 900;
    color: #283655;
    padding-left: 140px;
}
.vision{
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #37A47B;
    padding: 20px;
    background-color:#F3FAF7 ;
    border: 2px solid black;
    border-radius: 10px;
    border: none;
    width: 130px;
}
.vision-txt p{
    font-size: 1.2em;
}
.txt2{
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #37A47B;
    padding: 20px;
    background-color:#F3FAF7 ;
    border: 2px solid black;
    border-radius: 10px;
    border: none;
    width: 150px;
}
.vis-txt2{
    padding-left: 130px;
    margin-bottom: 120px;
}
.vis-txt2 p{
    font-size: 1.2em;
}
.vision2{
     margin-bottom: 30px;
    font-size: 1.1em;
    color: #37A47B;
    padding: 20px;
    background-color:#F3FAF7 ;
    border-radius: 10px;
    width: 150px;
}

/*--our value MD--*/
@media screen and (min-width:120px) and (max-width:320px) {
    .vision{
        font-size: 1.1em;
        align-items: center;
        margin-bottom: 15px;
    }
    .vision-txt p{
        font-size: 1.2em;
        align-items: center;
    }
    .vision-img{
        display: none;
        margin: 0px;
    }
    .abt-herosect h1{
        font-size: 2em;
        align-items: center;
        padding-left: 100px;
    }
    .vision-sect{
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .abt-herosect{
        width: 100%;
    }
}
@media screen and (min-width:320px) and (max-width:800px) {
    .vis-img1{
        width: 380px;
        padding: 20px;
        
    }
    .abt-herosect{
        width: 100%;
    }
    .vision-sect{
        display: block;
        align-items: center;
    }
    .vision-txt p{
        font-size: 1.3em;
        padding: 20px ; 
    }
    .vis-txt2{
        width: 100%;
        padding-left: 20px;
        padding-right: 10px;
    }
    .vis-txt2 p{
        font-size: 1.3em;
    }
}
@media screen and (min-width:800px) and (max-width:1300px) {
        .vis-img1{
        width: 450px;
        padding: 30px;
    }
    .abt-herosect h1{
        font-size: 5em;
    }
    .vision{
        font-size: 3em;
        width: 300px;
    }
    .vision-txt p{
        font-size:2em ;
    }
    .abt-herosect{
        width: 100%;
    }
    .vision-sect{
        display: flex;
    }
    .vision2{
        font-size:2em ;
        width: 250px;
    }
    .vis-txt2 p{
        font-size: 2em;
        width: 95%;
    }
}

.ourvalue{
    border: 2px solid black;
    border: none;
    width: 80%; 
    margin: 50px auto;
    padding-bottom: 200px;    
}
.value-div h5{
    margin-bottom: 30px;
    font-size: 1em;
    color: #37A47B;
    padding: 15px;
    background-color:#F3FAF7;
    border: 2px solid black;
    border: none;
    border-radius: 10px;
    border: none;
    width: 150px;
}
.valuecont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.box{
    border: 1px solid rgb(197, 193, 193);
    padding: 50px;
    position: relative;
}
.box h5{
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 90px;
}
.box p{
    font-size: 1.1em;
    font-weight: 500;
}
.valmind{
    width: 70px;
    position: absolute;
    top: 10px;
    padding: 20px 20px;
    background-color:#EBF6F1;
    border-radius: 100px;
    margin-bottom: 60px;
    margin-top: 20px;
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px) {
    .valuecont{
        display: block;
    }
    .box h5{
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 90px;
}
.box p{
    font-size: 1.5em;
    font-weight: 500;
}
.box{
    border: 1px solid rgb(235, 229, 229);
    padding: 15px;
    position: relative;
}
.ourvalue{
    width: 90%; 
    margin: 20px auto;
    padding-bottom: 50px;    
}
}
@media screen and (min-width:800px) and (max-width:1300px) {
    .ourvalue{
    border: 2px solid black;
    border: none;
    width: 80%;     
}
}



.lastsect{
    margin-bottom: 100px;
}
.lastabt-sect{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.text h1{
    font-size: 2.5em;
    margin-bottom: 20px;
    padding-left: 0px;
}
.text p{
    font-size: 1.2em;
    margin-bottom: 50px;
}
.text a{
    border: 2px solid black;
    padding: 20px 45px;
    border-radius: 10px;
    background-color: black;
    color: white;
    font-size: 1.3rem;
    border: none;
    text-decoration: none;
}
.joinus:hover{
    transform: translateY(-20px);
    animation: pushUpDown 1s  ;
}
@keyframes pushUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}
.image{
    border-radius: 20px;
    height: 400px;
    width: 400px;
}

/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px){
    .lastabt-sect{
        display: block;
        align-items: center;
        margin: 0px auto;
        text-align: center;
}
.text h1{
    font-size: 2em;
    margin-bottom: 20px;
}
.text p{
    font-size: 1em;
    margin-bottom: 30px;
}
.joinus{
    margin-bottom: 50px;
    padding: 10px 30px;
}
.image{
    width: 350px;
    height: 300px;
}
}

/*--footer-*/
footer{
    background-color:#171D32 ;
}
.footer-div{
    padding-top: 50px;
    padding-bottom: 58px;
    width: 80%;
    margin: 0px auto;
}
.li-div{
    display: flex;
    gap: 2em;
    margin-bottom: 60px;
}
.li-div ul li a{
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    line-height: 30px
}
.footer-div h4{
    color: white;
    font-size: 1.5em;
    padding-left: 2px;
}
.buttom-li ul{
    display: flex;
    gap: 2em;
    margin-bottom: 15px;
}
.buttom-li ul a{
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}
.footer-div p{
    color: white;
    font-size: 1.1em;
}
.footer-img{
    padding-left: 400px;
    padding-top: 80px;
    line-height: 50px;
    width: 50px;
}
.sm-handles{
    display: flex;
    gap: 2.3em;
    padding-left: 40px;
}
.fbk{
    width: 10px;
}
.twitter{
    width: 20px;
}
.gp-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.apple-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}

/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px){
    .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .li-div{
        display: block;
        margin-bottom:0px;
    }
    .buttom-li ul{
        display: block;
    }
    .sm-handles{
        padding: 20px;
    }
    .footer-img{
        padding-left: 200px;
    padding-top: 0px;
    line-height: 50px;
    width: 40px;
    }
}



